Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / IShapeRangeProvider Interface / Item Property / Item(String[]) Property
In This Topic
    Item(String[]) Property
    In This Topic
    Returns a ShapeRange object that represents a subset of the shapes in a Shapes collection.
    Syntax
    IShapeRange Item( 
       System.string[] index
    ) {get;}

    Parameters

    index
    See Also